home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10046 < prev    next >
Text File  |  2001-10-26  |  805b  |  24 lines

  1. dialog(name: '$$$/Dialogs/BatchSequences')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_top)
  6.         {
  7.             group(align_children: align_fill)
  8.             {
  9.                 button(item_id: 'New ', name: '$$$/Dialogs/BatchSequences/NewSequence');
  10.                 button(item_id: 'Edit', name: '$$$/Dialogs/BatchSequences/EditSequence');
  11.                 button(item_id: 'Rnam', name: '$$$/Dialogs/BatchSequences/RenameSequence');
  12.                 button(item_id: 'Dlet', name: '$$$/Dialogs/BatchSequences/DeleteSequence');
  13.                 gap(height: 32);
  14.                 button(item_id: 'Run ', name: '$$$/Dialogs/BatchSequences/RunSequence');
  15.             }
  16.             list_box(item_id: 'Sequ', width: 200, height: 200);
  17.         }
  18.         view(align_children: align_center, alignment: align_fill)
  19.         {
  20.             button(item_id: 'Clos', name: '$$$/Dialogs/BatchSequences/Close');
  21.         }
  22.     }
  23. }
  24.